const runtime._Psyscall
10 uses
runtime (current package)
proc.go#L1588: if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
proc.go#L2113: if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
proc.go#L4523: atomic.Store(&pp.status, _Psyscall)
proc.go#L4570: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L4778: if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
proc.go#L6286: if s == _Prunning || s == _Psyscall {
proc.go#L6302: if s == _Psyscall {
runtime2.go#L141: _Psyscall
tracestatus.go#L106: case _Psyscall:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)